home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 February / PC Direct CD-ROM (February 1996).iso / software / claris / impact / disk12 / impact.rs_ / impact.rs / TEXT_162.txt < prev    next >
Encoding:
Text File  |  1995-08-28  |  432 b   |  11 lines

  1. ISNA (Is Not Available)
  2. Tests the contents of a cell for the #NA! error condition and returns TRUE if it finds this error. This function is useful to check the results of formulas that contain the MATCH, LOOKUP, VLOOKUP, or HLOOKUP functions.
  3.  
  4. Format: ISNA (value)
  5.  
  6. Argument:
  7. ΓÇó  value: Any text, number, cell reference, or function.
  8.  
  9. Example:
  10. ISNA (TRUE) returns FALSE.
  11. Shows that TRUE is a Boolean expression, not the N/A! error.